babl: util.h fix double include guard
authorØyvind Kolås <pippin@gimp.org>
Thu, 17 Aug 2017 00:05:40 +0000 (02:05 +0200)
committerØyvind Kolås <pippin@gimp.org>
Fri, 18 Aug 2017 21:02:38 +0000 (23:02 +0200)
babl/base/util.h

index 2d346b4bc3d5019604d281f6884a1fdab4e3246e..e273087540725f14883929595cebb4dfe739a0db 100644 (file)
@@ -51,7 +51,6 @@
       dst[i]+=dst_pitch[i];       \
   }
 
-#endif
 
 #define BABL_USE_SRGB_GAMMA
 
@@ -109,3 +108,5 @@ babl_gamma_2_2_to_linearf (float value)
   #define babl_linear_to_gamma_2_2f(value) (powf((value), (1.0f/2.2f)))
   #define babl_gamma_2_2_to_linearf(value) (powf((value), 2.2f))
 #endif
+
+#endif